From 7f4b7861186c10a2633e0cd48dd228f58092bb01 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Thu, 24 May 2007 13:57:52 +0000 Subject: [PATCH] Two google breakages in one day. They must be busy. This is one that wouldn't have been detected by my script, because it only affected the reading of turn names. --- gpsbabel/google.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gpsbabel/google.c b/gpsbabel/google.c index 0fe9e260b..ce40a7dd3 100644 --- a/gpsbabel/google.c +++ b/gpsbabel/google.c @@ -406,7 +406,15 @@ google_read(void) } if ( end ) { strcpy(end,"/table>"); - + } + if ( !end ) { + end = strstr( panel, "/div>
"); + } + } + + if ( end ) { char *to = panel; char *from = panel; while ( *from ) { -- 2.30.2